home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
objeas3a
/
workshop
/
sample.cod
< prev
next >
Wrap
Text File
|
1994-05-18
|
562b
|
26 lines
Bevel Tbevel;
Tbevel.init(179,132,280,179,THIN);
Panel TPanel;
TPanel.init(232,188,174,102,OUT,THIN);
Button TestButton;
TestButton.init(264,200,"I AM A BUTTON",TEXT);
TestButton.show();
Icon TIcon;
TIcon.init(342,230,"paint");
Icon Ticon2;
Ticon2.init(266,230,"spray");
TIcon.show();
Ticon2.show();
Gtext TText;
TText.init(235,148,"This is a nice Dialog",0,7,1);
TText.show();
Line lines[2];
lines[0].init(435,167,199,167,14,3);
lines[1].init(443,170,208,170,8,3);
for(int numlines=0;numlines<2;numlines++)
lines[numlines].show();